PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableRow Class


In This Topic
    PDFFlowTableRow Class Methods
    In This Topic

    For a list of all members of this type, see PDFFlowTableRow members.

    Public Methods
     NameDescription
    Public MethodAdds a cell at the end of the row.  
    Public MethodGets the row background.  
    Public MethodGets the cell at the specified index.  
    Public MethodGets the row cells.  
    Public MethodGets a value indicating whether the row may be split if the space at the bottom cannot accomodate the full row.  
    Public MethodGets the minimum row height.
    The minimum row height sets the row height when the cells maximum height is less than this value. If this property is 0 then the row height is given by the maximum cell height.  
    Public MethodGets the structure element.  
    Public MethodGets the table this row belongs to.  
    Public MethodSets the row background.  
    Public MethodSets a value indicating whether the row may be split if the space at the bottom cannot accomodate the full row.  
    Public MethodSets the minimum row height.
    The minimum row height sets the row height when the cells maximum height is less than this value. If this property is 0 then the row height is given by the maximum cell height.  
    Public MethodSets the structure element.  
    Top
    See Also